home *** CD-ROM | disk | FTP | other *** search
- /* (C) Copyright 1991 Dave Fritsche (wb8zxu), All Rights Reserved.
- *
- * Redistribution and use in source and binary forms are permitted for
- * non-commercial use, provided that the above copyright notice and this
- * paragraph are duplicated in all such forms. THIS SOFTWARE IS PROVIDED
- * ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
- * WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE.
- */
- #include <stdio.h>
- #include "screen.h"
-
- mk_news()
- {
- FILE *fp;
- unsigned char buf[128];
-
- printf("Netnews installation not yet supported, stay tuned!\n");
- /* sprintf(buf, "%s\\netnews??", path);
- * if (debug)
- * {
- * printf("***> netnews file (%s):\n", buf);
- * fp = stdout;
- * }
- * else
- * if ( (aexec = fopen(buf, "w")) == NULL )
- * {
- * printf("\nCan't open \"%s\" for write, aborting!\n\n", buf);
- * exit(-1);
- * }
- */
-
-
- /* if (!debug)
- * fclose(fp);
- */
- }
-